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 d7346f7 commit 8aaf192Copy full SHA for 8aaf192
src/error.rs
@@ -6,6 +6,7 @@ use std::str::Utf8Error;
6
/// Errors that can be detected by the functions of this crate.
7
///
8
/// Of course, invalid address can not be detected, then it's unsafe yet.
9
+#[allow(clippy::module_name_repetitions)] // Like std::error::Error, it is for pointer errors
10
#[derive(Debug)]
11
pub enum PointerError {
12
#[allow(missing_docs)] // Obviously, the name is the ref doc.
0 commit comments