diff options
Diffstat (limited to 'src/error.rs')
| -rw-r--r-- | src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs index e2128d3..ffc90e9 100644 --- a/src/error.rs +++ b/src/error.rs @@ -40,7 +40,7 @@ impl IntoResponse for InternalError { } } -/// Transient identifier for an InternalError. Prefixed with `E`. +// Transient identifier for an InternalError. Prefixed with `E`. #[derive(Debug)] pub struct Id(BaseId); |
