We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8498b0 commit eee60bfCopy full SHA for eee60bf
src/error.rs
@@ -47,7 +47,7 @@ pub const UNKNOWN_TRANSACTION_COMMIT_RESULT: &str = "UnknownTransactionCommitRes
47
pub type Result<T> = std::result::Result<T, Error>;
48
49
/// An error that can occur in the `mongodb` crate. The inner
50
-/// [`ErrorKind`](enum.ErrorKind.html) is wrapped in an `Arc` to allow the errors to be
+/// [`ErrorKind`](enum.ErrorKind.html) is wrapped in an `Box` to allow the errors to be
51
/// cloned.
52
#[derive(Clone, Debug, Error)]
53
#[cfg_attr(test, error("Kind: {kind}, labels: {labels:?}, backtrace: {bt}"))]
0 commit comments