mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Format PR 299 with rustfmt
This commit is contained in:
parent
6b2b871f39
commit
e3b1b91ced
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use std::error::Error;
|
||||
use core::panic::UnwindSafe;
|
||||
use std::error::Error;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub trait AsDynError<'a>: Sealed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue