Make all rustdoc functions and structs crate-private
This gives warnings about dead code.
This commit is contained in:
parent
5fab31e5dd
commit
d6c16e4253
51 changed files with 927 additions and 927 deletions
|
@ -7,7 +7,7 @@ use std::fmt;
|
|||
|
||||
/// Wrapper struct which will emit the HTML-escaped version of the contained
|
||||
/// string when passed to a format string.
|
||||
pub struct Escape<'a>(pub &'a str);
|
||||
crate struct Escape<'a>(pub &'a str);
|
||||
|
||||
impl<'a> fmt::Display for Escape<'a> {
|
||||
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue