Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent cfc5cde commit 45dc8ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oapi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ impl_to_schema!(&str);
impl_to_schema!(std::net::Ipv4Addr);
impl_to_schema!(std::net::Ipv6Addr);


impl ToSchema for std::net::IpAddr {
fn to_schema(components: &mut Components) -> RefOr<schema::Schema> {
crate::RefOr::Type(Schema::OneOf(
Expand Down

0 comments on commit 45dc8ed

Please sign in to comment.