Skip to content

Commit

Permalink
chore: remove unnecessary 'open'; compatibility with v4.11.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Aug 29, 2024
1 parent 71f5442 commit f6594bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qq/Macro.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This file provides the main feature of `Qq`; the `q( )` and `Q( )` macros,
which are available with `open scoped Qq`.
-/

open Lean Meta Std
open Lean Meta

namespace Qq

Expand Down

0 comments on commit f6594bb

Please sign in to comment.