aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/error.rs')
-rw-r--r--stockton-render/src/error.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/stockton-render/src/error.rs b/stockton-render/src/error.rs
index 485d1e7..b029975 100644
--- a/stockton-render/src/error.rs
+++ b/stockton-render/src/error.rs
@@ -21,7 +21,6 @@
/// - Sanity - Things that probably aren't true, likely indicating a deeper issue.
/// These aren't guaranteed sanity issues, but they are weird issues.
/// - Runtime - Things caused by runtime conditions, usually resource constraints.
-/// You can use the associated methods to get the group of one, which may be helpful for error reporting, etc.
#[derive(Debug)]
pub enum CreationError {
WindowError,