mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
fixup some build and test warnings
This commit is contained in:
parent
901dc9c395
commit
b3f23bbf4a
@ -27,10 +27,6 @@ impl Window {
|
||||
self.clipboard.replace(Arc::clone(clipboard));
|
||||
}
|
||||
|
||||
pub fn get_clipboard(&self) -> Option<&Arc<dyn Clipboard>> {
|
||||
self.clipboard.as_ref()
|
||||
}
|
||||
|
||||
pub fn window_id(&self) -> WindowId {
|
||||
self.id
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
pub mod connection;
|
||||
pub mod window;
|
||||
pub use connection::*;
|
||||
pub use window::*;
|
||||
pub use self::window::*;
|
||||
mod copy_and_paste;
|
||||
mod keyboard;
|
||||
mod pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user