Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: replace a…
Browse files Browse the repository at this point in the history
…ctions-rs, some CI refactoring
  • Loading branch information
pulsastrix committed Aug 13, 2024
1 parent 0b0470b commit fdc2a7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ rand = { version = "^0.8", default-features = false, features = ["std_rng", "std

[build-dependencies]
cfg_aliases = "0.2.1"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
1 change: 0 additions & 1 deletion src/common/test_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*
* SPDX-License-Identifier: MIT OR Apache-2.0
*/
#![cfg(not(tarpaulin_include))]

//! Contains a few helper functions intended purely for tests.
//! Not intended to be used outside of this crate.
Expand Down
1 change: 0 additions & 1 deletion src/token/cose/test_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*
* SPDX-License-Identifier: MIT OR Apache-2.0
*/
#![cfg(not(tarpaulin_include))]

use core::fmt::Debug;
use std::collections::HashMap;
Expand Down

0 comments on commit fdc2a7f

Please sign in to comment.