mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
re-add deleted comment
This commit is contained in:
parent
dedc408e3d
commit
a9d4bb2f8b
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ mod cli_run {
|
||||||
let example_dir_name = entry.file_name().into_string().unwrap();
|
let example_dir_name = entry.file_name().into_string().unwrap();
|
||||||
|
|
||||||
// TODO: Improve this with a more-dynamic approach. (Read all subdirectories?)
|
// TODO: Improve this with a more-dynamic approach. (Read all subdirectories?)
|
||||||
|
// Some platform-switching examples live in nested directories
|
||||||
if example_dir_name == "platform-switching" {
|
if example_dir_name == "platform-switching" {
|
||||||
for sub_dir in [
|
for sub_dir in [
|
||||||
// We exclude the C platforming switching example
|
// We exclude the C platforming switching example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue