Skip to content

Fix small typo in docs#3

Merged
geky merged 1 commit intogeky:masterfrom
jannic-dev-forks:fix-typo
May 2, 2025
Merged

Fix small typo in docs#3
geky merged 1 commit intogeky:masterfrom
jannic-dev-forks:fix-typo

Conversation

@jannic
Copy link
Copy Markdown
Contributor

@jannic jannic commented Nov 14, 2023

No description provided.

@geky
Copy link
Copy Markdown
Owner

geky commented Nov 14, 2023

Thanks! Will merge when CI is done

@jannic
Copy link
Copy Markdown
Contributor Author

jannic commented Nov 16, 2023

Thanks! Will merge when CI is done

"This request was automatically failed because there were no enabled runners online to process the request for more than 1 days."

@geky
Copy link
Copy Markdown
Owner

geky commented Dec 20, 2023

Pesky CI. Sorry about the delay.

CI should be fixed in master now. If you rebase or enable edits from maintainers I can bring this in now.

@geky
Copy link
Copy Markdown
Owner

geky commented May 2, 2025

And of course breaking changes because of nightly... yay...

What a weird error message:

 error: unexpected `cfg` condition value: `8`
   --> src/p.rs:232:1
    |
232 | #[p(u=usize)] pub type psize;
    | ^^^^^^^^^^^^^
    |
    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate

@geky
Copy link
Copy Markdown
Owner

geky commented May 2, 2025

I'm going to go ahead and merge this because master is broken as well. Thanks for this

@geky geky merged commit a079d60 into geky:master May 2, 2025
0 of 4 checks passed
@geky
Copy link
Copy Markdown
Owner

geky commented May 2, 2025

The problem isn't even that we're using unstable features. The problem is that by simple enabling nightly, our dependencies start using unstable features between themselves... guh...

@geky
Copy link
Copy Markdown
Owner

geky commented May 2, 2025

#4 should fix the CI

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