Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 072b2e4

Browse files
Remove a warning in tests
1 parent 31a2026 commit 072b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/fixtures_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn read_file(path: &str) -> Result<String, io::Error> {
2020
Ok(s.trim_end().to_string())
2121
}
2222

23-
fn read_fixture<P: AsRef<Path>>(path: P) -> Result<Snippet, Box<Error>> {
23+
fn read_fixture<P: AsRef<Path>>(path: P) -> Result<Snippet, Box<dynError>> {
2424
#[derive(Deserialize)]
2525
struct Wrapper(#[serde(with = "SnippetDef")] Snippet);
2626

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /