From 06e8bfacc06322fc02bf145c6e890d6f9d6a6053 Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Fri, 22 May 2020 14:34:09 -0400 Subject: [PATCH] Update docs for Mix.target to remove experimental (#10056) --- lib/mix/lib/mix.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/mix/lib/mix.ex b/lib/mix/lib/mix.ex index e3cdab8035..9cbf59dd02 100644 --- a/lib/mix/lib/mix.ex +++ b/lib/mix/lib/mix.ex @@ -116,8 +116,6 @@ defmodule Mix do is `:host` but it can be set via the `MIX_TARGET` environment variable. The target can be read via `Mix.target/0`. - This feature is considered experimental and may change in future releases. - ## Aliases Aliases are shortcuts or tasks specific to the current project.