File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed 
library/std/src/sys/vxworks/ext Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ use crate::sys;
77use  crate :: sys:: platform:: fs:: MetadataExt  as  UnixMetadataExt ; 
88use  crate :: sys_common:: { AsInner ,  AsInnerMut ,  FromInner } ; 
99
10- /// Unix-specific extensions to [`File`]. 
11- /// 
12- /// [`File`]: fs::File 
10+ /// Unix-specific extensions to [`fs::File`]. 
1311#[ stable( feature = "file_offset" ,  since = "1.15.0" ) ]  
1412pub  trait  FileExt  { 
1513    /// Reads a number of bytes starting from a given offset. 
@@ -644,12 +642,10 @@ impl MetadataExt for fs::Metadata {
644642    } 
645643} 
646644
647- /// Unix-specific extensions for [`FileType`]. 
645+ /// Unix-specific extensions for [`fs:: FileType`]. 
648646/// 
649647/// Adds support for special Unix file types such as block/character devices, 
650648/// pipes, and sockets. 
651- /// 
652- /// [`FileType`]: fs::FileType 
653649#[ stable( feature = "file_type_ext" ,  since = "1.5.0" ) ]  
654650pub  trait  FileTypeExt  { 
655651    /// Returns whether this file type is a block device. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments