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 bec3afe commit bb9cdb5Copy full SHA for bb9cdb5
.github/workflows/main.yml
@@ -3,8 +3,8 @@ name: Rust
3
on:
4
push:
5
branches:
6
- - 'master'
7
- - '!gh-pages'
+ - "master"
+ - "!gh-pages"
8
pull_request:
9
10
jobs:
lists/src/lib.rs
@@ -3,6 +3,7 @@ pub mod second;
pub mod third;
pub mod fourth;
pub mod fifth;
+pub mod sixth;
pub mod silly1;
-pub mod silly2;
+pub mod silly2;
0 commit comments