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 f98c591 commit 1c066caCopy full SHA for 1c066ca
app/components/crate-sidebar.js
@@ -31,7 +31,7 @@ export default class CrateSidebar extends Component {
31
let playgroundCrate = playgroundCrates.find(it => it.name === this.args.crate.name);
32
if (!playgroundCrate) return;
33
34
- return `https://play.rust-lang.org/?edition=2018&code=use%20${playgroundCrate.id}%3B%0A%0Afn%20main()%20%7B%0A%20%20%20%20%2F%2F%20try%20using%20the%20%60${playgroundCrate.id}%60%20crate%20here%0A%7D`;
+ return `https://play.rust-lang.org/?edition=2021&code=use%20${playgroundCrate.id}%3B%0A%0Afn%20main()%20%7B%0A%20%20%20%20%2F%2F%20try%20using%20the%20%60${playgroundCrate.id}%60%20crate%20here%0A%7D`;
35
}
36
37
get canHover() {
0 commit comments