diff --git a/ctru-rs/src/lib.rs b/ctru-rs/src/lib.rs index 78e90db..5a4aaa9 100644 --- a/ctru-rs/src/lib.rs +++ b/ctru-rs/src/lib.rs @@ -17,7 +17,7 @@ static __stacksize__: usize = 2 * 1024 * 1024; // 2MB /// Call this somewhere to force Rust to link some required crates /// This is also a setup for some crate integration only available at runtime /// -/// See https://github.com/rust-lang/rust/issues/47384 +/// See pub fn init() { linker_fix_3ds::init(); pthread_3ds::init();