forked from sparckles/Robyn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trailing slash issue (sparckles#819)
* fixes sparckles#818 * fix: trailing slash issue * use `str#ends_with` * something like this * update * fix: error[E0716]: temporary value dropped while borrowed * use only one `#clone`, pass the function to the other * change back to inline assignment itself * test: add tests * docs: add comment * fix(ci): change string to char * fix(ci): formatting -- run `cargo fmt` --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sanskar Jethi <[email protected]>
- Loading branch information
1 parent
00ca522
commit b6d3281
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters