File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -211,26 +211,6 @@ impl CompactString {
211211        CompactString ( Repr :: const_new ( text) ) 
212212    } 
213213
214-     /// Creates a new inline [`CompactString`] at compile time. 
215- #[ deprecated(  
216-         since = "0.8.0" ,  
217-         note = "replaced by CompactString::const_new, will be removed in 0.9.0"  
218-     ) ]  
219-     #[ inline]  
220-     pub  const  fn  new_inline ( text :  & ' static  str )  -> Self  { 
221-         CompactString :: const_new ( text) 
222-     } 
223- 
224-     /// Creates a new inline [`CompactString`] from `&'static str` at compile time. 
225- #[ deprecated(  
226-         since = "0.8.0" ,  
227-         note = "replaced by CompactString::const_new, will be removed in 0.9.0"  
228-     ) ]  
229-     #[ inline]  
230-     pub  const  fn  from_static_str ( text :  & ' static  str )  -> Self  { 
231-         CompactString :: const_new ( text) 
232-     } 
233- 
234214    /// Get back the `&'static str` constructed by [`CompactString::const_new`]. 
235215/// 
236216/// If the string was short enough that it could be inlined, then it was inline, and 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments