From 87b222a71a3e6949789ff3d6e53ad2fcc22d5096 Mon Sep 17 00:00:00 2001 From: TechiePi Date: Sun, 10 Jul 2022 21:18:07 +0200 Subject: [PATCH] Apply simple ``rustdoc`` suggestions --- ctru-rs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();