Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Sep 11, 2023
1 parent 9a72771 commit 7b3a9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Ideally, this would be handled completely by CI, but there is a bug in `petgraph` that prevents us from doing that.
#![warn(missing_docs)]
#![deny(unreachable_pub, private_in_public)]
#![deny(unreachable_pub, private_interfaces, private_bounds)]

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check and test / ubuntu-latest, stable

unknown lint: `private_bounds`

Check failure on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / clippy / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check failure on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / clippy / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / integration tests / ubuntu-latest, stable

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / integration tests / ubuntu-latest, stable

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_interfaces`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_bounds`

Check warning on line 6 in src/lib.rs

View workflow job for this annotation

GitHub Actions / check-all-features / check-all-features

unknown lint: `private_interfaces`

//! The basic types and MongoDb queries for Chronicle.
Expand Down

0 comments on commit 7b3a9e5

Please sign in to comment.