From 67c1bc9d9fd107b73d14b1662d7cb5ba24b76110 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Tue, 14 Feb 2023 18:42:23 +0100 Subject: [PATCH] Removed false statement --- ctru-rs/src/services/ps.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ctru-rs/src/services/ps.rs b/ctru-rs/src/services/ps.rs index cd5cfe4..79ebcd7 100644 --- a/ctru-rs/src/services/ps.rs +++ b/ctru-rs/src/services/ps.rs @@ -1,7 +1,6 @@ //! Process Services (PS) module. This is used for miscellaneous utility tasks, but //! is particularly important because it is used to generate random data, which //! is required for common things like [`HashMap`](std::collections::HashMap). -//! That's why this is the only service initialised automatically. //! See also use crate::error::ResultCode;