Merge pull request #2761 from ModProg/patch-1

doc(generate) fix link in `generate_to`
This commit is contained in:
Pavan Kumar Sunkara 2021-09-09 16:35:12 +01:00 committed by GitHub
commit af7802a2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ pub use shell::Shell;
/// Generate a completions file for a specified shell at compile-time.
///
/// **NOTE:** to generate the file at compile time you must use a `build.rs` "Build Script" or a
/// [`cargo-xtask`]](https://github.com/matklad/cargo-xtask)
/// [`cargo-xtask`](https://github.com/matklad/cargo-xtask)
///
/// # Examples
///