We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
not
1 parent 4817f0e commit 48f5739Copy full SHA for 48f5739
.github/workflows/rust.yml
@@ -75,4 +75,5 @@ jobs:
75
cargo add embassy-time
76
77
cargo doc
78
- not grep -r "No documented features in Cargo.toml" target/doc
+ grep -r "No documented features in Cargo.toml" target/doc || exit 0
79
+ false
0 commit comments