diff --git a/crates/puffin-resolver/src/pubgrub/report.rs b/crates/puffin-resolver/src/pubgrub/report.rs index 09b963d06..2c7721c55 100644 --- a/crates/puffin-resolver/src/pubgrub/report.rs +++ b/crates/puffin-resolver/src/pubgrub/report.rs @@ -535,6 +535,8 @@ impl PackageRange<'_> { } } +/// Inserts the given padding on the left and right sides of the content if +/// the content does not start and end with whitespace respectively. #[derive(Debug)] struct Padded<'a, T: std::fmt::Display> { left: &'a str,