Skip to content
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

Effectively make this project no_std #23

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Conversation

c410-f3r
Copy link
Contributor

@c410-f3r c410-f3r commented Sep 9, 2022

Replaces std::slice with core::slice.

The current test suite didn't trigger an error because std is imported if #[cfg(test)].

Replaces `std::slice` with `core::slice`.

The current test suite didn't trigger an error because `std` is imported if `#[cfg(test)]`.
@droundy droundy merged commit 827857d into droundy:master Sep 9, 2022
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