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 2f2ce85 commit c880c78Copy full SHA for c880c78
src/error.rs
@@ -28,9 +28,7 @@ impl core::fmt::Display for PointerError {
28
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
29
match self {
30
Self::Null => write!(f, "dereference a null pointer will produce a crash"),
31
- #[cfg(all(feature = "std", feature = "lender"))]
32
Self::Invalid => write!(f, "dereference a unknown pointer could produce a crash"),
33
34
Self::InvalidType => write!(
35
f,
36
"dereference a pointer with a different type could produce errors"
0 commit comments