crates/workspace/src/workspace.rs 🔗
@@ -6290,7 +6290,6 @@ impl Workspace {
self.database_id
}
- #[cfg(any(test, feature = "test-support"))]
pub(crate) fn set_database_id(&mut self, id: WorkspaceId) {
self.database_id = Some(id);
}