Skip to content

Commit

Permalink
Update rust-by-example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp authored Oct 31, 2024
1 parent 2524d85 commit f3f5987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utils/rust-by-example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This script expects Rust By Example to be in current directory
// (clone the repo https://github.com/rust-lang/rust-by-example)
// (clone the repo https://github.com/rust-lang/rust-by-example, `cd` into it, and run `node rust-by-examples.js`)

const fs = require('fs');
const SRC_DIR = 'src';
Expand Down

0 comments on commit f3f5987

Please sign in to comment.