We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5325e commit b452817Copy full SHA for b452817
1 file changed
README.md
@@ -71,7 +71,7 @@ CREATE TABLE users (
71
// Optional table-level documentation
72
assert_eq!(users.doc(), Some("Table storing user accounts"));
73
// Path to the source file
74
- assert_eq!(users.path(), &Some(example));
+ assert_eq!(users.path(), Some(example.as_ref()));
75
76
let _ = fs::remove_dir_all(&base);
77
Ok(())
0 commit comments