Move simple types to types/mod.rs
This commit is contained in:
		
							parent
							
								
									bbf161ede9
								
							
						
					
					
						commit
						149aa50fa9
					
				
					 2 changed files with 3 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +0,0 @@
 | 
			
		|||
/* boolean.rs
 | 
			
		||||
 * Eryn Wells <eryn@erynwells.me>
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
pub type Boolean = bool;
 | 
			
		||||
| 
						 | 
				
			
			@ -2,8 +2,9 @@
 | 
			
		|||
 * Eryn Wells <eryn@erynwells.me>
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
pub use self::boolean::Boolean;
 | 
			
		||||
pub use self::number::Number;
 | 
			
		||||
 | 
			
		||||
pub mod boolean;
 | 
			
		||||
pub mod number;
 | 
			
		||||
 | 
			
		||||
pub type Boolean = bool;
 | 
			
		||||
pub type Character = char;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue