We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2590b7d commit 3eb8908Copy full SHA for 3eb8908
crates/templates/src/macros.rs
@@ -75,7 +75,7 @@ macro_rules! register_templates {
75
/// # Errors
76
///
77
/// Returns an error if the template fails to render with any of the sample.
78
- pub fn $name
+ pub(crate) fn $name
79
$(< $( $lt $( : $clt $(+ $dlt )* + TemplateContext )? ),+ >)?
80
(templates: &Templates, now: chrono::DateTime<chrono::Utc>, rng: &mut impl rand::Rng)
81
-> anyhow::Result<()> {
0 commit comments