Skip to content

Commit

Permalink
rs: Address a lint regarding a non-existent config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 30, 2024
1 parent 34947a7 commit 4632714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gl-client/src/lnurl/withdraw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn parse_withdraw_request_response_from_url(url: &str) -> Option<WithdrawReq
}

#[cfg(test)]
mod tests {
mod test {
use super::*;

#[test]
Expand Down

0 comments on commit 4632714

Please sign in to comment.