Rollup merge of #82023 - MikailBag:boxed-docs-unallow, r=jyn514
Remove unnecessary lint allow attrs on example It seems they are not needed anymore.
This commit is contained in:
commit
54013fe59e
1 changed files with 0 additions and 2 deletions
|
@ -99,13 +99,11 @@
|
||||||
//! pub struct Foo;
|
//! pub struct Foo;
|
||||||
//!
|
//!
|
||||||
//! #[no_mangle]
|
//! #[no_mangle]
|
||||||
//! #[allow(improper_ctypes_definitions)]
|
|
||||||
//! pub extern "C" fn foo_new() -> Box<Foo> {
|
//! pub extern "C" fn foo_new() -> Box<Foo> {
|
||||||
//! Box::new(Foo)
|
//! Box::new(Foo)
|
||||||
//! }
|
//! }
|
||||||
//!
|
//!
|
||||||
//! #[no_mangle]
|
//! #[no_mangle]
|
||||||
//! #[allow(improper_ctypes_definitions)]
|
|
||||||
//! pub extern "C" fn foo_delete(_: Option<Box<Foo>>) {}
|
//! pub extern "C" fn foo_delete(_: Option<Box<Foo>>) {}
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Reference in a new issue