Skip to content

Commit 35971b3

Browse files
committed
remove generics
1 parent 7b5241f commit 35971b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ impl Kind {
8484
}
8585
}
8686

87-
pub async fn paginate_lists<U, E>(
88-
ctx: poise::Context<'_, U, E>,
87+
pub async fn paginate_lists(
88+
ctx: crate::Context<'_>,
8989
pages: &[Vec<(String, String, bool)>],
9090
embed_title: &str,
9191
) -> Result<(), Error> {

0 commit comments

Comments
 (0)