diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-30 16:22:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 16:22:17 +0100 |
commit | d318e38b76c8174d48fddfb99064401050cd8333 (patch) | |
tree | bd49caad1dcc6507280b8ebf4b7f68e2ff9c5c78 /cli/cache/node.rs | |
parent | 3035dee9f14402f57d42ff0b362152140b4dca13 (diff) |
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466) (#17591)
This reverts commit 3545bff678f20c3fdf17fe6b26f96cf1b74f917c.
Diffstat (limited to 'cli/cache/node.rs')
-rw-r--r-- | cli/cache/node.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/cache/node.rs b/cli/cache/node.rs index b19772229..da17633aa 100644 --- a/cli/cache/node.rs +++ b/cli/cache/node.rs @@ -24,7 +24,6 @@ struct CjsAnalysisData { pub reexports: Vec<String>, } -#[derive(Clone)] pub struct NodeAnalysisCache { db_file_path: Option<PathBuf>, inner: Arc<Mutex<Option<Option<NodeAnalysisCacheInner>>>>, |