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.
1 parent 8a57831 commit d11d1afCopy full SHA for d11d1af
src/tools/rustdoc-themes/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "rustdoc-themes"
3
version = "0.1.0"
4
authors = ["Guillaume Gomez <[email protected]>"]
5
+edition = "2018"
6
7
[[bin]]
8
src/tools/rustdoc-themes/main.rs
@@ -1,3 +1,5 @@
1
+#![deny(rust_2018_idioms)]
+
use std::env::args;
use std::fs::read_dir;
use std::path::Path;
0 commit comments