Skip to content

fix readme #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2024
Merged

fix readme #63

merged 1 commit into from
Feb 1, 2024

Conversation

drmorr0
Copy link
Contributor

@drmorr0 drmorr0 commented Jan 31, 2024

The README seems to reference a from_str function that doesn't exist any more. The following code doesn't work for me:

parse_datetime::parse_datetime::from_str(tstr)

returning

failed to resolve: expected type, found function `parse_datetime` in `parse_datetime`

If instead I change it to

parse_datetime::parse_datetime(tstr)

it works fine.

@tertsdiepraam tertsdiepraam merged commit cdc1b64 into uutils:main Feb 1, 2024
@tertsdiepraam
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants