Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftover reference to previously removed code example in Ch 16-03. #2527

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

apogeeoak
Copy link
Contributor

When the Sharing a Mutex Between Multiple Threads section was updated in #1779 a reference to the now removed unrolled example was leaked in the following section. This pull request addresses that by also removing this dangling reference.

@apogeeoak
Copy link
Contributor Author

The run lints check fails because even though the nightly toolchain is set as the default in the Install Rust step it is overridden by the 1.48 version that is set in the rust-toolchain file. The 1.48 version can be overridden by using rustup override set nightly in the main.yml workflow file.

@carols10cents carols10cents merged commit fc9ca86 into rust-lang:master Dec 23, 2020
@carols10cents
Copy link
Member

Thanks, great catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants