File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ function where it is defined.
2525
2626There are three ways to use the inline attribute:
2727
28- *  ` #[inline] `  suggests performing an inline expansion.
29- *  ` #[inline(always)] `  suggests that an inline expansion should always be
28+ *  ` #[inline] `  * suggests*  performing an inline expansion.
29+ *  ` #[inline(always)] `  * suggests*  that an inline expansion should always be
3030  performed.
31- *  ` #[inline(never)] `  suggests that an inline expansion should never be
31+ *  ` #[inline(never)] `  * suggests*  that an inline expansion should never be
3232  performed.
3333
34+ >  *** Note*** : ` #[inline] `  in every from is a hint, with no * requirements* 
35+ >  on the language to place a copy of the attributed function in the caller.
36+ 
3437### The ` cold `  attribute  
3538
3639The * ` cold `  [ attribute] *  suggests that the attributed function is unlikely to
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments