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 65e3f82 commit 4b074ecCopy full SHA for 4b074ec
.travis.yml
@@ -6,6 +6,6 @@ install:
6
- sudo apt-get install rust-nightly cargo
7
script:
8
- cargo build
9
- - rustc --test src/lib.rs -o target/test
+ - rustc --test src/lazy_static.rs -o target/test
10
- target/test
11
- - rustdoc src/lib
+ - rustdoc src/lazy_static.rs
0 commit comments