Skip to content

Commit 4a6cdf4

Browse files
committed
fix conditional compilation
1 parent a688b4f commit 4a6cdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ macro_rules! migration_table_add_row_with_metadata {
988988
};
989989
}
990990

991-
#[cfg(feature = "provenance")]
991+
#[cfg(any(doc, feature = "provenance"))]
992992
macro_rules! provenance_table_add_row {
993993
($(#[$attr:meta])* => $name: ident, $self: ident, $table: expr) => {
994994
$(#[$attr])*

0 commit comments

Comments
 (0)