Skip to content

Commit

Permalink
Clippy disallow deprecated items again
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Aug 30, 2024
1 parent 2cae935 commit 0d4170e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ rust-version = "1.80"
edition = "2021"

[workspace.lints.rust]
# Temporarily allow use of deprecated items until all buildpacks migrated away
# from the trait based layer API.
deprecated = "allow"
unreachable_pub = "warn"
unsafe_code = "warn"
unused_crate_dependencies = "warn"
Expand Down
1 change: 0 additions & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ workspace = true
[dependencies]
indoc = "2"
java-properties = "2"
libcnb = "=0.23.0"
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["log"] }
8 changes: 0 additions & 8 deletions shared/src/env.rs

This file was deleted.

1 change: 0 additions & 1 deletion shared/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod env;
pub mod fs;
pub mod log;
pub mod result;
Expand Down

0 comments on commit 0d4170e

Please sign in to comment.