File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1068,7 +1068,7 @@ impl Duration {
10681068     /// let dur2 = Duration::new(5, 400_000_000); 
10691069     /// assert_eq!(dur1.div_duration_f64(dur2), 0.5); 
10701070     /// ``` 
1071-      #[ stable( feature = "div_duration" ,  since = "1.80.0 " ) ]  
1071+      #[ stable( feature = "div_duration" ,  since = "CURRENT_RUSTC_VERSION " ) ]  
10721072    #[ must_use = "this returns the result of the operation, \   
10731073                   without modifying the original"] 
10741074    #[ inline]  
@@ -1087,7 +1087,7 @@ impl Duration {
10871087     /// let dur2 = Duration::new(5, 400_000_000); 
10881088     /// assert_eq!(dur1.div_duration_f32(dur2), 0.5); 
10891089     /// ``` 
1090-      #[ stable( feature = "div_duration" ,  since = "1.80.0 " ) ]  
1090+      #[ stable( feature = "div_duration" ,  since = "CURRENT_RUSTC_VERSION " ) ]  
10911091    #[ must_use = "this returns the result of the operation, \   
10921092                   without modifying the original"] 
10931093    #[ inline]  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments