diff options
Diffstat (limited to 'tvix/eval/src/warnings.rs')
-rw-r--r-- | tvix/eval/src/warnings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/warnings.rs b/tvix/eval/src/warnings.rs index 3bae2554cff1..b37d0fc91863 100644 --- a/tvix/eval/src/warnings.rs +++ b/tvix/eval/src/warnings.rs @@ -9,7 +9,7 @@ pub enum WarningKind { ShadowedGlobal(&'static str), /// Tvix internal warning for features triggered by users that are - /// not actually implemented yet. + /// not actually implemented yet, but do not cause runtime failures. NotImplemented(&'static str), } |