We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afc3c8 commit 2e79e3dCopy full SHA for 2e79e3d
CHANGELOG.md
@@ -6,6 +6,9 @@ All notable changes to insta and cargo-insta are documented here.
6
7
- `Filters` is now constructible from `IntoIterator`. #400
8
9
+- Change `std` macro calls to be fully qualified. This fixes issues where
10
+ the prelude was not used or the macros were overridden. #469
11
+
12
## 1.37.0
13
14
- All macros for file snapshots should now handle trailing commas (but not yet inline snapshots)
0 commit comments