Skip to content

Commit 8f43237

Browse files
tob-scott-aclaude
andcommitted
x509-cert: rustfmt limbo.rs imports
Move the `Certificate` re-export ahead of the `der` and `ext` modules in the `use x509_cert { ... }` group so `cargo fmt --all -- --check` passes. Pure formatting; no behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 81804a3 commit 8f43237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x509-cert/tests/limbo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use std::{
1010
use serde::Deserialize;
1111
use serde_json::Value;
1212
use x509_cert::{
13+
Certificate,
1314
der::{Decode, Document, Encode},
1415
ext::pkix::{BasicConstraints, ExtendedKeyUsage, KeyUsage, NameConstraints, SubjectAltName},
15-
Certificate,
1616
};
1717

1818
#[derive(Debug, Deserialize)]

0 commit comments

Comments
 (0)