about summary refs log tree commit diff
path: root/tvix/eval/src
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src')
-rw-r--r--tvix/eval/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/eval/src/lib.rs b/tvix/eval/src/lib.rs
index ddc2813234..f852b1a324 100644
--- a/tvix/eval/src/lib.rs
+++ b/tvix/eval/src/lib.rs
@@ -154,8 +154,7 @@ impl<'co, 'ro> Default for Evaluation<'co, 'ro> {
 
 impl<'co, 'ro> Evaluation<'co, 'ro> {
     #[cfg(feature = "impure")]
-    /// Initialise an `Evaluation` for the given snippet, with all
-    /// impure features turned on by default.
+    /// Initialise an `Evaluation`, with all impure features turned on by default.
     pub fn new_impure() -> Self {
         let mut eval = Self {
             enable_import: true,