Skip to content

Commit

Permalink
Added message to todo! so we can find it if it ever throws
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Oct 31, 2023
1 parent ce951bf commit 8542339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/src/configv2/templating.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ where
} => template,
Template::PreVars { template, .. } => template,
// probably won't be needed, as serialization is done with `<VD = False>` templates.
Template::NeedsProviders { .. } => todo!(),
Template::NeedsProviders { .. } => todo!("TemplatedString FromStr NeedsProviders todo"),
}
}
}
Expand Down

0 comments on commit 8542339

Please sign in to comment.