Unverified Commit 75e4fd25 authored by Sean McGrail's avatar Sean McGrail
Browse files

Fix clippy and cargo fmt

parent c3b714e8
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -23,7 +23,11 @@
//! # Examples

#![cfg_attr(
    all(not(boringssl), not(awslc), not(osslconf = "OPENSSL_NO_DEPRECATED_3_0")),
    all(
        not(boringssl),
        not(awslc),
        not(osslconf = "OPENSSL_NO_DEPRECATED_3_0")
    ),
    doc = r#"\
## AES IGE
```rust
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ fn test_versions() {
    fn expected_name() -> &'static str {
        "LibreSSL"
    }
    #[cfg(any(boringssl))]
    #[cfg(boringssl)]
    fn expected_name() -> &'static str {
        "BoringSSL"
    }
+1 −1

File changed.

Contains only whitespace changes.