Skip to content

Commit

Permalink
Un-import Kernel.then/2 from benchmarks that require Apply.then/2
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton committed Feb 3, 2022
1 parent b325db9 commit e716d13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bench/witchcraft/apply/function_bench.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Witchcraft.Apply.FunBench do
@moduledoc false

import Kernel, except: [then: 2]

use Benchfella
use Witchcraft.Apply

Expand Down
2 changes: 2 additions & 0 deletions bench/witchcraft/apply/list_bench.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Witchcraft.Apply.ListBench do
@moduledoc false

import Kernel, except: [then: 2]

use Benchfella
use Witchcraft.Apply

Expand Down
2 changes: 2 additions & 0 deletions bench/witchcraft/apply/tuple_bench.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
defmodule Witchcraft.Apply.TupleBench do
@moduledoc false

import Kernel, except: [then: 2]

use Benchfella
use Witchcraft.Apply

Expand Down

0 comments on commit e716d13

Please sign in to comment.