Remove a now-irrelevant comment

This commit is contained in:
Nick Mathewson 2022-03-28 08:30:44 -04:00
parent 9177411951
commit 482b2e3256
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ use std::sync::atomic::{AtomicU64, Ordering};
///
/// You typically do not want to implement this trait directly. Instead, most
/// users should implement [`IsolationHelper`].
///
// TODO this trait should probably be sealed so the same-type requirement can't be bypassed
pub trait Isolation:
seal::Sealed + Downcast + DynClone + std::fmt::Debug + Send + Sync + 'static
{