Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if a binding exists in multiple
using
s, prefer a non-deprecated one
This removes a spurious warning if Base.X is deprecated to Mod.X, and one does `using Mod`. `X` is available from both `Base` and `Mod`, but we asked for the non-deprecated one so there should be no warning.
- Loading branch information