Skip to content

Commit

Permalink
Remove an obsolete system version check
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 18, 2023
1 parent ca11f50 commit 5c4421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redix.ex
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ defmodule Redix do
@doc """
Same as `noreply_command/3` but raises in case of errors.
"""
if Version.match?(System.version(), "~> 1.7"), do: @doc(since: "0.8.0")
@doc since: "0.8.0"
@spec noreply_command!(connection(), command(), keyword()) :: :ok
def noreply_command!(conn, command, options \\ []) do
case noreply_command(conn, command, options) do
Expand Down

0 comments on commit 5c4421c

Please sign in to comment.