9 lines
124 B
Rust
9 lines
124 B
Rust
#[derive(Default)]
|
|
pub(crate) struct LspRepoWatcher;
|
|
|
|
impl LspRepoWatcher {
|
|
pub fn new() -> Self {
|
|
Self
|
|
}
|
|
}
|