Skip to content

Commit c265ef2

Browse files
authored
fix: lint name (#119)
* fix: lint name * ci: print the version of `rustc` * ci: update the Rust toolchain before doing anything
1 parent 363fe9b commit c265ef2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17+
- name: Update the version of Rust toolchain
18+
run: rustup update
19+
1720
- name: Install clippy and rustfmt
1821
run: rustup component add clippy rustfmt
1922

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#![no_std]
4040
#![deny(
4141
warnings,
42-
rustdoc,
42+
rustdoc::all,
4343
missing_docs,
4444
elided_lifetimes_in_paths,
4545
explicit_outlives_requirements,

0 commit comments

Comments
 (0)