Skip to content

Commit

Permalink
Fix SceneKit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 13, 2025
1 parent 613c845 commit f0a67ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework-crates/objc2-scene-kit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ extern crate alloc;
#[cfg(feature = "std")]
extern crate std;

#[cfg(not(doctest))] // Some documentation is interpreted as a doctest
mod generated;
#[cfg(not(doctest))]
#[allow(unused_imports, unreachable_pub)]
pub use self::generated::*;

0 comments on commit f0a67ce

Please sign in to comment.