Skip to content

Commit

Permalink
Merge pull request #762 from psychon/fix-clippy-complaints
Browse files Browse the repository at this point in the history
Fix a complaint from clippy
  • Loading branch information
mergify[bot] committed Nov 4, 2022
2 parents 7d0dafa + 1e5dff3 commit 33a438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11rb/tests/resource_manager.rs
Expand Up @@ -93,7 +93,7 @@ mod test {
fn include_loop() {
let dir = get_temporary_dir("include_loop");
let file = write_file(
&dir,
dir,
"loop.xresources",
b"First: 1\n! Provoke an endless chain of self-inclusion\n#include \"loop.xresources\"\nSecond: 2\n",
);
Expand Down

0 comments on commit 33a438c

Please sign in to comment.