Skip to content

Commit

Permalink
proto: remove unnecessary feature guard
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 16, 2024
1 parent 00df048 commit 7d047e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quinn-proto/src/cid_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ mod tests {
use super::*;

#[test]
#[cfg(feature = "ring")]
fn validate_keyed_cid() {
let mut generator = HashedConnectionIdGenerator::new();
let cid = generator.generate_cid();
Expand Down

0 comments on commit 7d047e8

Please sign in to comment.