Skip to content

Commit 16f91e8

Browse files
chore: fix typo
Co-authored-by: jordan gonzález <[email protected]>
1 parent 5a4fff7 commit 16f91e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bottlecap/src/fips/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn prepare_client_provider() -> Result<()> {
3636
}
3737

3838
#[cfg(not(feature = "fips"))]
39-
// this is not unnecessary since the fips version can return an error
39+
// this is necessary since the fips version can return an error
4040
#[allow(clippy::unnecessary_wraps)]
4141
pub fn prepare_client_provider() -> Result<()> {
4242
// No-op in non-FIPS mode

0 commit comments

Comments
 (0)