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

str::slice renaming #1730

Closed
wants to merge 11 commits into from
Closed

Conversation

killerswan
Copy link
Contributor

Last night I did the following:

  • Actually export the str::unsafe module
  • Rename str::slice -> str::unsafe::slice_bytes
  • Rename str::safe_slice -> str::unsafe::slice_bytes_safe_range
  • Rename str::char_slice -> str::slice

Later, I'll try to convert more of the uses (which I've been looking at) of unsafe::slice_bytes to use [char] slice, as well.

@brson
Copy link
Contributor

brson commented Feb 2, 2012

Thanks!

@brson brson closed this Feb 2, 2012
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
…-lang#1730)

- Fix rust-lang#1348: Fix `cargo kani --debug` by redirecting kani-compiler
  logs to the STDERR so it doesn't conflict with cargo's output
  expectations.
- Fix rust-lang#1631: Remove `kani-compiler` logs from the output of `--verbose`.
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