Inspectopedia
 
2024.3

`ToString` should not be implemented directly

Info
New
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.