Skip to content

Commit

Permalink
fix typeo about .config/cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr authored Jun 20, 2023
1 parent ecbf925 commit 26ff87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-pgrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ If you'd like to create a "background worker" instead, specify the `--bgworker`
`cargo pgrx new` does not initialize the directory as a git repo, but it does create a `.gitignore` file in case you decide to do so.
> **Workspace users:** `cargo pgrx new $NAME` will create a `$NAME/.cargo/config`, you should move this into your workspace root as `.cargo./config`.
> **Workspace users:** `cargo pgrx new $NAME` will create a `$NAME/.cargo/config.toml`, you should move this into your workspace root as `.cargo/config.toml`.
>
> If you don't, you may experience unnecessary rebuilds using tools like Rust-Analyzer, as it will use the wrong `rustflags` option.

Expand Down

0 comments on commit 26ff87d

Please sign in to comment.