Skip to content

Commit

Permalink
Clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Sep 26, 2024
1 parent dd18900 commit 2225031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/serve-zone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async fn main() {
let key =
Key::new(Algorithm::Sha256, &secret, key_name.clone(), None, None)
.unwrap();
key_store.insert((key_name, Algorithm::Sha256), key.into());
key_store.insert((key_name, Algorithm::Sha256), key);

// Populate a zone tree with test data
let zone_bytes = include_bytes!("../test-data/zonefiles/nsd-example.txt");
Expand Down

0 comments on commit 2225031

Please sign in to comment.