From 77cec0f6bc514173940754df33f684aa98d20e93 Mon Sep 17 00:00:00 2001 From: Andrea Toska Date: Tue, 29 Apr 2025 13:53:28 +0200 Subject: [PATCH] mark PAPI as deprecated --- src/papi/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/papi/mod.rs b/src/papi/mod.rs index c4566ae..4bc9288 100644 --- a/src/papi/mod.rs +++ b/src/papi/mod.rs @@ -1,2 +1,4 @@ +#[deprecated(note="please use the upcoming api instead of this")] pub mod user; -pub mod login; \ No newline at end of file +#[deprecated(note="please use the upcoming api instead of this")] +pub mod login;