Skip to content

Commit b452817

Browse files
committed
Minor updates for crate compliance
1 parent ad5325e commit b452817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CREATE TABLE users (
7171
// Optional table-level documentation
7272
assert_eq!(users.doc(), Some("Table storing user accounts"));
7373
// Path to the source file
74-
assert_eq!(users.path(), &Some(example));
74+
assert_eq!(users.path(), Some(example.as_ref()));
7575

7676
let _ = fs::remove_dir_all(&base);
7777
Ok(())

0 commit comments

Comments
 (0)