X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Ferror.rs;h=df7a49d258282488ff8e1e8e54d13da68bdb0f61;hb=7473484d529ed9b06b6f523c4422562e6abeba37;hp=722df119d2294f363b1572425994f05eeb8bdaa5;hpb=07315fe970c849ec712393720306a82bd5b4e75f;p=rust.git diff --git a/library/std/src/error.rs b/library/std/src/error.rs index 722df119d22..df7a49d2582 100644 --- a/library/std/src/error.rs +++ b/library/std/src/error.rs @@ -1454,7 +1454,6 @@ pub fn pretty(mut self, pretty: bool) -> Self { /// /// ```rust /// #![feature(error_reporter)] - /// #![feature(backtrace)] /// #![feature(provide_any)] /// #![feature(error_generic_member_access)] /// # use std::error::Error;