Skip to content

Commit

Permalink
Format PR 299 with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 17, 2024
1 parent 6b2b871 commit e3b1b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#![feature(error_generic_member_access)]

use std::error::{Error, Request};
use core::fmt::{self, Debug, Display};
use std::error::{Error, Request};

struct MyError(Thing);
struct Thing;
Expand Down
2 changes: 1 addition & 1 deletion src/aserror.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::error::Error;
use core::panic::UnwindSafe;
use std::error::Error;

#[doc(hidden)]
pub trait AsDynError<'a>: Sealed {
Expand Down

0 comments on commit e3b1b91

Please sign in to comment.