diff --git a/source/dub/dub.d b/source/dub/dub.d index ecc635f..86cfc8f 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -936,6 +936,7 @@ } /// Compatibility overload. Use the version without a `force_remove` argument instead. + deprecated("Use the overload without force_remove instead") void remove(string package_id, string version_, PlacementLocation location, bool force_remove) { remove(package_id, version_, location);