Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Implement `Debug` #17

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

A few recent bugs have made it apparent that debugging should be easier. Therefore, Debug should be implemented for WordFilter and associated types.

To resolve the whole unsized-ness of Nodes, we can print the Node's address instead of it's derived Debug value.