Skip to content

Commit 27f11f2

Browse files
dfalbellionel-
andauthored
Update crates/ark/src/help/r_help.rs
Co-authored-by: Lionel Henry <lionel.hry@proton.me>
1 parent de0959c commit 27f11f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/help/r_help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ impl RHelp {
246246
}
247247

248248
// Must be called in a `r_task` context.
249-
fn r_help_handler(_topic: String) -> anyhow::Result<Option<bool>> {
249+
fn r_help_handler(topic: String) -> anyhow::Result<Option<bool>> {
250250
unsafe {
251251
let env = (|| {
252252
#[cfg(not(test))]

0 commit comments

Comments
 (0)