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 2184474 commit 6101ba4Copy full SHA for 6101ba4
src/docker/shared.rs
@@ -576,7 +576,7 @@ pub(crate) fn docker_envvars(
576
Some(version) => (version.major, version.minor, version.patch),
577
// no toolchain version available, always provide the oldest
578
// compiler available. this isn't a major issue because
579
- // linking will libgcc will not include symbols found in
+ // linking with libgcc will not include symbols found in
580
// the builtins.
581
None => (1, 0, 0),
582
};
0 commit comments