about summary refs log tree commit diff
path: root/tvix/eval/src/compiler/attrs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src/compiler/attrs.rs')
-rw-r--r--tvix/eval/src/compiler/attrs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/src/compiler/attrs.rs b/tvix/eval/src/compiler/attrs.rs
index 864cc2cb3d..91039d6dbf 100644
--- a/tvix/eval/src/compiler/attrs.rs
+++ b/tvix/eval/src/compiler/attrs.rs
@@ -33,7 +33,7 @@ impl Compiler<'_, '_> {
             let span = self.span_for(&node);
             self.emit_warning(
                 span,
-                WarningKind::NotImplemented("recursive attribute sets are not yet implemented"),
+                WarningKind::NotImplemented("recursive attribute sets"),
             );
         }