mirror of
				https://github.com/serde-rs/serde.git
				synced 2025-11-04 07:24:31 +00:00 
			
		
		
		
	Alloc crate is no longer unstable
This commit is contained in:
		
							parent
							
								
									48f1a2c9b2
								
							
						
					
					
						commit
						fa5c99e48a
					
				@ -48,10 +48,6 @@ unstable = []
 | 
				
			|||||||
# Provide impls for types in the Rust core allocation and collections library
 | 
					# Provide impls for types in the Rust core allocation and collections library
 | 
				
			||||||
# including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may
 | 
					# including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may
 | 
				
			||||||
# be enabled without depending on all of std.
 | 
					# be enabled without depending on all of std.
 | 
				
			||||||
#
 | 
					 | 
				
			||||||
# Requires a dependency on the unstable core allocation library:
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
#    https://doc.rust-lang.org/alloc/
 | 
					 | 
				
			||||||
alloc = []
 | 
					alloc = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types
 | 
					# Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user