diff --git a/DevGuide.md b/DevGuide.md index aa5aa90..65a39ba 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -91,7 +91,6 @@ Let's say that we have a pet peeve: people who use `tmp` as a temporary filename We can start by looking at the AST for `sort file > tmp`. In a ShellCheck source directory, run `cabal build` to generate necessary files, then run `cabal repl` and `:load src/ShellCheck/Parser.hs`: ``` -$ :load src/ShellCheck/Parser.hs *ShellCheck.AST> :load src/ShellCheck/Parser.hs : warning: [-Wmissing-home-modules]