`ToString` should not be implemented directly

Last modified: 03 December 2024

Detects implementations of ToString trait which, as its documentation states, shouldn't be implemented directly and Display trait should be implemented instead.