docs(tvix/glue): misc reflowing of comments

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
This commit is contained in:
Ryan Lahfa 2024-01-12 21:34:04 +01:00 committed by raitobezarius
parent ce66af09a7
commit c955560767

View file

@ -179,10 +179,9 @@ mod tests {
} }
} }
/// Construct two derivations with the same parameters except /// Construct two derivations with the same parameters except one of them lost a context string
/// one of them lost a context string for a dependency, causing /// for a dependency, causing the loss of an element in the `inputDrvs` derivation. Therefore,
/// the loss of an element in the `inputDrvs` derivation. /// making `outPath` different.
/// Therefore, making `outPath` different.
#[test] #[test]
fn test_unsafe_discard_string_context() { fn test_unsafe_discard_string_context() {
let code = r#" let code = r#"
@ -202,9 +201,8 @@ mod tests {
} }
} }
/// Construct an attribute set /// Construct an attribute set that coerces to a derivation and verify that the return type is
/// that coerces to a derivation /// a string.
/// and verify that the return type is a string.
#[test] #[test]
fn test_unsafe_discard_string_context_of_coercible() { fn test_unsafe_discard_string_context_of_coercible() {
let code = r#" let code = r#"