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 76b2c71 commit 3ba51bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/gl-client/src/lnurl/withdraw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ pub fn parse_withdraw_request_response_from_url(url: &str) -> Option<WithdrawReq
None
}

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

#[test]
Expand Down

0 comments on commit 3ba51bd

Please sign in to comment.