We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc47dae commit 19f3c4eCopy full SHA for 19f3c4e
src/tools/tidy/src/deps.rs
@@ -35,7 +35,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
35
"thread-id", // Apache-2.0, mdbook
36
"cssparser", // MPL-2.0, rustdoc
37
"smallvec", // MPL-2.0, rustdoc
38
- // TODO: remove magenta references when "everything" has moved over to using the zircon name.
+ // FIXME: remove magenta references when "everything" has moved over to using the zircon name.
39
"magenta-sys", // BSD-3-Clause, rustdoc
40
"magenta", // BSD-3-Clause, rustdoc
41
"zircon-sys", // BSD-3-Clause, rustdoc
0 commit comments