mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-15 11:45:54 +00:00
Remove outdated implementation note
This commit is contained in:
parent
2772e397d8
commit
41e4d0db5e
@ -11,13 +11,6 @@ use super::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// The available object stores
|
/// 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)]
|
#[derive(Debug, Default)]
|
||||||
pub struct Objects {
|
pub struct Objects {
|
||||||
/// Store for [`Curve`]s
|
/// Store for [`Curve`]s
|
||||||
|
Loading…
Reference in New Issue
Block a user