Skip to content

Commit

Permalink
chore(deps): bump ctor to v0.2.6 (#13996)
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang authored Dec 14, 2023
1 parent 016e58e commit 38e54c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/frontend/src/catalog/system_catalog/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ macro_rules! prepare_sys_catalog {
paste::paste! {
$(
#[ctor::ctor]
#[allow(non_snake_case)]
unsafe fn [<register_${index()}>]() {
_register((${index()} + 1) as u32, $builtin_catalog);
}
Expand Down

0 comments on commit 38e54c7

Please sign in to comment.