diff --git a/source/dub/dub.d b/source/dub/dub.d index 267cad2..1f487da 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -863,6 +863,7 @@ } /// Compatibility overload. Use the version without a `force_remove` argument instead. + deprecated("Use `remove(pack)` directly instead, the boolean has no effect") void remove(in Package pack, bool force_remove) { remove(pack);