Skip to content

Commit

Permalink
Update lib.rs on MSVC support
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Oct 29, 2024
1 parent f00209f commit 5a3c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
//! At the moment, the custom mechanism is only supported on nightly on the following platforms:
//!
//! - Unix-like targets (Linux and macOS included)
//! - MinGW (GNU-like Windows)
//! - Windows (both MinGW and MSVC)
//! - WASM
//!
//! This mechanism works with `#![no_std]`, as long as the Itanium EH unwinder is linked in. Use
Expand Down

0 comments on commit 5a3c468

Please sign in to comment.