diff --git a/anyhow/all.html b/anyhow/all.html index 8e731034c..d18065f36 100644 --- a/anyhow/all.html +++ b/anyhow/all.html @@ -1,2 +1,2 @@ -
pub fn Ok<T>(t: T) -> Result<T>
Equivalent to Ok::<_, anyhow::Error>(value).
This simplifies creation of an anyhow::Result in places where type inference
cannot deduce the E
type of the result — without needing to write
diff --git a/anyhow/index.html b/anyhow/index.html
index 666b6b9a8..ef25d8a5a 100644
--- a/anyhow/index.html
+++ b/anyhow/index.html
@@ -1,4 +1,4 @@
-