Skip to content

Commit

Permalink
Remove usage of "unwrap" in the distributions component (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc authored Sep 11, 2023
1 parent 11781b7 commit e154c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/component/distributions/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![deny(clippy::unwrap_used)]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[cfg_attr(docsrs, doc(cfg(feature = "component")))]
Expand Down

0 comments on commit e154c46

Please sign in to comment.