X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustdoc%2Fhtml%2Frender%2Fwrite_shared.rs;h=bc8badad38eb0578ea3a0b5f40310241b66eab0c;hb=cc92bdb9c99b944b77833f3f2cd0e362c94bf861;hp=ca3e9916487aad060546b9ac358d9f3a7fb20515;hpb=108b5f462b0c1845253002c3d4b615a11a844cb8;p=rust.git diff --git a/src/librustdoc/html/render/write_shared.rs b/src/librustdoc/html/render/write_shared.rs index ca3e9916487..bc8badad38e 100644 --- a/src/librustdoc/html/render/write_shared.rs +++ b/src/librustdoc/html/render/write_shared.rs @@ -138,7 +138,7 @@ fn collect(path: &Path, krate: &str) -> io::Result<(Vec, Vec)> { Ok((ret, krates)) } - /// Read a file and return all lines that match the "{crate}":{data},\ format, + /// Read a file and return all lines that match the "{crate}":{data},\ format, /// and return a tuple `(Vec, Vec)`. /// /// This forms the payload of files that look like this: