File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ impl Error {
490490     /// context has been attached. For details about the interaction between 
491491     /// context and downcasting, [see here]. 
492492     /// 
493-      /// [see here]: trait. Context.html #effect-on-downcasting 
493+      /// [see here]: crate:: Context#effect-on-downcasting 
494494     pub  fn  is < E > ( & self )  -> bool 
495495    where 
496496        E :  Display  + Debug  + Send  + Sync  + ' static , 
Original file line number Diff line number Diff line change 139139//!   - If you want only panics to have backtraces, set `RUST_BACKTRACE=1` and 
140140//!     `RUST_LIB_BACKTRACE=0`. 
141141//! 
142- //!   [`std::backtrace`]: https://doc.rust-lang.org/ std/ backtrace/index.html #environment-variables 
142+ //!   [`std::backtrace`]: std:: backtrace#environment-variables 
143143//! 
144144//! - Anyhow works with any error type that has an impl of `std::error::Error`, 
145145//!   including ones defined in your crate. We do not bundle a `derive(Error)` 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments