diff options
Diffstat (limited to 'src/docs/if_same_then_else.txt')
| -rw-r--r-- | src/docs/if_same_then_else.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/docs/if_same_then_else.txt b/src/docs/if_same_then_else.txt deleted file mode 100644 index 75127016bb8..00000000000 --- a/src/docs/if_same_then_else.txt +++ /dev/null @@ -1,15 +0,0 @@ -### What it does -Checks for `if/else` with the same body as the *then* part -and the *else* part. - -### Why is this bad? -This is probably a copy & paste error. - -### Example -``` -let foo = if … { - 42 -} else { - 42 -}; -``` \ No newline at end of file |
