[wip] comment update

This commit is contained in:
Berkus Decker 2020-12-03 02:32:41 +02:00
parent aad25145bd
commit 6cef160595
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ where
/// Conceptually a threads CapSpace is the portion of the directed graph that is reachable
/// starting with the CapNode capability that is its CapSpace root.
struct CapSpace {
// cap_space_root: CapNodePath,
// cap_space_root: CapNodePath, -- probably not a path but direct CapNode pointer??
}
//impl CapNode for CapSpace {} -- ?