]> git.scottworley.com Git - tablify/commit - src/lib.rs
Move the trim_end() down
authorScott Worley <scottworley@scottworley.com>
Thu, 29 Aug 2024 09:34:41 +0000 (02:34 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 2 Oct 2024 09:40:47 +0000 (02:40 -0700)
commit8bf0d5b1daaf4841b1c593630d3c862e72985dda
treebbd13a7530b52d8bbd8fc49777f9699bd11b9d61
parent116fc215a7f859e20b60e91bcb24d314a9d911f9
Move the trim_end() down

We don't want to covert the String to a &str prematurely.
src/lib.rs