##// END OF EJS Templates
rust-clippy: tell `clippy` we don't need to declare a default here...
Raphaël Gomès -
r50821:0780371d default
parent child Browse files
Show More
@@ -326,6 +326,7 b' mod tests {'
326
326
327 #[cfg(test)]
327 #[cfg(test)]
328 impl IndexEntryBuilder {
328 impl IndexEntryBuilder {
329 #[allow(clippy::new_without_default)]
329 pub fn new() -> Self {
330 pub fn new() -> Self {
330 Self {
331 Self {
331 is_first: false,
332 is_first: false,
General Comments 0
You need to be logged in to leave comments. Login now