diff --git a/source/dub/dub.d b/source/dub/dub.d index e016025..0491f0a 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -965,6 +965,7 @@ } /// Compatibility overload. Use the version without a `force_remove` argument instead. + deprecated("Use the overload without the 3rd argument (`force_remove`) instead") void remove(string package_id, PlacementLocation location, bool force_remove, scope size_t delegate(in Package[] packages) resolve_version) {