We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unindent
1 parent a147a9d commit 5495fabCopy full SHA for 5495fab
src/librustdoc/passes.rs
@@ -290,7 +290,7 @@ pub fn collapse_docs(krate: clean::Crate) -> plugins::PluginResult {
290
krate
291
}
292
293
-pub fn unindent(s: &str) -> String {
+fn unindent(s: &str) -> String {
294
let lines = s.lines().collect::<Vec<&str> >();
295
let mut saw_first_line = false;
296
let mut saw_second_line = false;
0 commit comments