Skip to content

Commit 3d7fcff

Browse files
lukasluegJoshua Nelson
and
Joshua Nelson
authored
Update library/core/src/macros/mod.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent dee5424 commit 3d7fcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ pub(crate) mod builtin {
816816
#[macro_export]
817817
macro_rules! env {
818818
($name:expr $(,)?) => {{ /* compiler built-in */ }};
819-
($name:expr, $error_msg:expr) => {{ /* compiler built-in */ }};
819+
($name:expr, $error_msg:expr $(,)?) => {{ /* compiler built-in */ }};
820820
}
821821

822822
/// Optionally inspects an environment variable at compile time.

0 commit comments

Comments
 (0)