Skip to content

Commit e0c19e4

Browse files
committed
Drop deprecated type aliases
1 parent 0a30977 commit e0c19e4

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

binding-generator/src/writer/rust_native/tpl/smart_ptr/rust.tpl.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[deprecated = "Use the the non-alias form `{{rust_full}}` instead, removal in Nov 2024"]
2-
pub type {{rust_localalias}} = {{rust_full}};
3-
41
ptr_extern! { {{inner_rust_full}},
52
{{extern_new_null}}, {{extern_delete}}, {{extern_get_inner_ptr}}, {{extern_get_inner_ptr_mut}}
63
}

binding-generator/src/writer/rust_native/tpl/tuple/rust.tpl.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[deprecated = "Use the the non-alias form `{{rust_full}}` instead, removal in Nov 2024"]
2-
pub type {{rust_localalias}} = {{rust_full}};
3-
41
impl {{rust_full}} {
52
pub fn {{rust_as_raw_const}}(&self) -> extern_send!(Self) { self.as_raw() }
63
pub fn {{rust_as_raw_mut}}(&mut self) -> extern_send!(mut Self) { self.as_raw_mut() }

binding-generator/src/writer/rust_native/tpl/vector/rust.tpl.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[deprecated = "Use the the non-alias form `{{rust_full}}` instead, removal in Nov 2024"]
2-
pub type {{rust_localalias}} = {{rust_full}};
3-
41
impl {{rust_full}} {
52
pub fn {{rust_as_raw_const}}(&self) -> extern_send!(Self) { self.as_raw() }
63
pub fn {{rust_as_raw_mut}}(&mut self) -> extern_send!(mut Self) { self.as_raw_mut() }

0 commit comments

Comments
 (0)