submission: Remove wildcard reexport
This commit is contained in:
		@ -18,11 +18,7 @@
 | 
			
		||||
 * */
 | 
			
		||||
 | 
			
		||||
use ::imservice::IMService;
 | 
			
		||||
//use ::vkeyboard::VirtualKeyboard;
 | 
			
		||||
 | 
			
		||||
/// Temporary reexport to keep stuff based directly on virtual-keyboard working
 | 
			
		||||
/// until a unified handler appears and prompts a rework.
 | 
			
		||||
pub use vkeyboard::*;
 | 
			
		||||
use ::vkeyboard::VirtualKeyboard;
 | 
			
		||||
 | 
			
		||||
/// Gathers stuff defined in C or called by C
 | 
			
		||||
pub mod c {
 | 
			
		||||
@ -93,6 +89,9 @@ pub mod c {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[derive(Clone, Copy)]
 | 
			
		||||
pub struct Timestamp(pub u32);
 | 
			
		||||
 | 
			
		||||
pub struct Submission {
 | 
			
		||||
    // used by C callbacks internally, TODO: make use with virtual keyboard
 | 
			
		||||
    #[allow(dead_code)]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user