diff --git a/main/help.html b/main/help.html index d9126f2..a435e24 100644 --- a/main/help.html +++ b/main/help.html @@ -1,2 +1,2 @@ -
Architecture overview of the underlying design of Refuse.
Refuse is an incremental, tracing garbage collector. Incremental garbage diff --git a/main/refuse/derive.MapAs.html b/main/refuse/derive.MapAs.html index ddd4a7b..3ad311a 100644 --- a/main/refuse/derive.MapAs.html +++ b/main/refuse/derive.MapAs.html @@ -1,4 +1,4 @@ -
#[derive(MapAs)]
{
// Attributes available to this derive:
diff --git a/main/refuse/derive.Trace.html b/main/refuse/derive.Trace.html
index 007c1b4..e2464ad 100644
--- a/main/refuse/derive.Trace.html
+++ b/main/refuse/derive.Trace.html
@@ -1,2 +1,2 @@
-Trace in refuse - Rust
+Trace in refuse - Rust
\ No newline at end of file
diff --git a/main/refuse/fn.collect.html b/main/refuse/fn.collect.html
index b14e56b..e68b912 100644
--- a/main/refuse/fn.collect.html
+++ b/main/refuse/fn.collect.html
@@ -1,5 +1,5 @@
-collect in refuse - Rust
- pub fn collect()
Expand description
Invokes the garbage collector.
+collect in refuse - Rust
+ pub fn collect()
Expand description
Invokes the garbage collector.
§Panics
This function will panic if any CollectionGuard
s are held and not
yielding by the current thread when invoked. If a guard is held, consider
diff --git a/main/refuse/fn.try_collect.html b/main/refuse/fn.try_collect.html
index 9eb000f..6d91e6f 100644
--- a/main/refuse/fn.try_collect.html
+++ b/main/refuse/fn.try_collect.html
@@ -1,5 +1,5 @@
-
try_collect in refuse - Rust
- Function refuse::try_collect
source · pub fn try_collect() -> Result<(), WouldDeadlock>
Expand description
Invokes the garbage collector.
+try_collect in refuse - Rust
+ Function refuse::try_collect
source · pub fn try_collect() -> Result<(), WouldDeadlock>
Expand description
Invokes the garbage collector.
§Errors
If any CollectionGuard
s are held by this thread when this function is
invoked, WouldDeadlock
is returned.
diff --git a/main/refuse/index.html b/main/refuse/index.html
index a4486af..524e624 100644
--- a/main/refuse/index.html
+++ b/main/refuse/index.html
@@ -1,6 +1,6 @@
-refuse - Rust