You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,4 @@ fn main() {
60
60
61
61
**You should get autocomplete and error feedback when using the macro.**
62
62
63
-
This by creating temporary binaries running each of your constime! invocations, stored in [`std::env::temp_dir()`](https://doc.rust-lang.org/std/env/fn.temp_dir.html)`.join("constime")`
63
+
This by creating temporary binaries running each of your constime! invocations, stored in [`std::env::temp_dir()`](https://doc.rust-lang.org/std/env/fn.temp_dir.html)`.join("constime").join(<crate name>)`
0 commit comments