diff options
author | Ryan Lahfa <tvl@lahfa.xyz> | 2024-01-12T20·34+0100 |
---|---|---|
committer | raitobezarius <tvl@lahfa.xyz> | 2024-01-12T22·08+0000 |
commit | c955560767348e50d36c58e7935cef74514a0c91 (patch) | |
tree | 9efaa4bcb0c27428575a65eddf8b7346c4956567 /tvix | |
parent | ce66af09a7feeded419f9a12baed6f0ae2ac3f60 (diff) |
docs(tvix/glue): misc reflowing of comments r/7374
My OCD could not be stopped. Change-Id: I2bf504fe0865a5084ad02aee18e6180a8a3e19d7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10609 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/glue/src/builtins/mod.rs | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tvix/glue/src/builtins/mod.rs b/tvix/glue/src/builtins/mod.rs index 455fdbd0fc37..497688cab564 100644 --- a/tvix/glue/src/builtins/mod.rs +++ b/tvix/glue/src/builtins/mod.rs @@ -179,10 +179,9 @@ mod tests { } } - /// Construct two derivations with the same parameters except - /// one of them lost a context string for a dependency, causing - /// the loss of an element in the `inputDrvs` derivation. - /// Therefore, making `outPath` different. + /// Construct two derivations with the same parameters except one of them lost a context string + /// for a dependency, causing the loss of an element in the `inputDrvs` derivation. Therefore, + /// making `outPath` different. #[test] fn test_unsafe_discard_string_context() { let code = r#" @@ -202,9 +201,8 @@ mod tests { } } - /// Construct an attribute set - /// that coerces to a derivation - /// and verify that the return type is a string. + /// Construct an attribute set that coerces to a derivation and verify that the return type is + /// a string. #[test] fn test_unsafe_discard_string_context_of_coercible() { let code = r#" |