Remove the file session.rs in crate/zed which is no longer used (#15394)
There was an empty file *session.rs* in the crate zed which was empty so I am going ahead and removing it... Release Notes: - N/A
This commit is contained in:
parent
a875dd153d
commit
b87028956f
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ pub(crate) mod linux_prompts;
|
|||
#[cfg(not(target_os = "linux"))]
|
||||
pub(crate) mod only_instance;
|
||||
mod open_listener;
|
||||
pub(crate) mod session;
|
||||
|
||||
pub use app_menus::*;
|
||||
use breadcrumbs::Breadcrumbs;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue