Skip to content

Commit b784baf

Browse files
committed
refactor(toml): Move impl bodies next to types
At minimum, we should have "everything" for a type next to it but it was previously scattered. When collecting the related impl's, I decided to order based on how I tend to do it. Generally the methods are the "core" of the type so I put those first. The order I went with 1. Basic impl body 2. Complex impl body 3. Trait impls 4. Helper free-functions
1 parent e476251 commit b784baf

File tree

1 file changed

+2694
-2694
lines changed

1 file changed

+2694
-2694
lines changed

0 commit comments

Comments
 (0)