From 41e4d0db5e0e7359f7c14c2cabe9c0d370caf94c Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 21 Feb 2023 12:49:19 +0100 Subject: [PATCH] Remove outdated implementation note --- crates/fj-kernel/src/objects/stores.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crates/fj-kernel/src/objects/stores.rs b/crates/fj-kernel/src/objects/stores.rs index 123eb03f3..73e3c7df8 100644 --- a/crates/fj-kernel/src/objects/stores.rs +++ b/crates/fj-kernel/src/objects/stores.rs @@ -11,13 +11,6 @@ use super::{ }; /// The available object stores -/// -/// # Implementation Note -/// -/// The intention is to eventually manage all objects in here. Making this -/// happen is simply a case of putting in the required work. See [#1021]. -/// -/// [#1021]: https://github.com/hannobraun/Fornjot/issues/1021 #[derive(Debug, Default)] pub struct Objects { /// Store for [`Curve`]s