diff --git a/src/.#lib.rs b/src/.#lib.rs deleted file mode 120000 index 3915521..0000000 --- a/src/.#lib.rs +++ /dev/null @@ -1 +0,0 @@ -avril@eientei.1729:1603041184 \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs index 08927c9..bccee97 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -122,6 +122,7 @@ impl HashRefSet PhantomData ) } + /// Consume into the inner `HashSet`. pub fn into_inner(self) -> HashSet { self.0