mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
doc: explain returning option
This commit is contained in:
@@ -300,7 +300,8 @@ impl GcBlocking {
|
||||
self.clone()
|
||||
}
|
||||
|
||||
/// Returns a version of self without the reason of detach_ancestor.
|
||||
/// Returns a version of self without the reason of detach_ancestor. Assumption is that if
|
||||
/// there are no more reasons, we can unblock the gc.
|
||||
pub(super) fn without_detach_ancestor(&self) -> Option<Self> {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user