Skip to content

Commit

Permalink
Update patches.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SchwartzGandhi authored Nov 4, 2024
1 parent cbd0c31 commit 52d659b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9423,6 +9423,7 @@ fn patch_credits(
/* https://mobile.twitter.com/ZoidCTF/status/1542699504041750528 */
res.kind.as_strg_mut().unwrap().edit_strings(

Check failure on line 9424 in src/patches.rs

View workflow job for this annotation

GitHub Actions / Linux

this method takes 2 arguments but 3 arguments were supplied

Check failure on line 9424 in src/patches.rs

View workflow job for this annotation

GitHub Actions / macOS

this method takes 2 arguments but 3 arguments were supplied

Check failure on line 9424 in src/patches.rs

View workflow job for this annotation

GitHub Actions / Windows

this method takes 2 arguments but 3 arguments were supplied
("David 'Zoid' Kirsch".to_string(), "Zoid Kirsch".to_string()),
("Kerry Anne Odem".to_string(), "Kerry Ann Odem".to_string()),
Languages::All,
);

Expand Down

0 comments on commit 52d659b

Please sign in to comment.