Skip to content

Commit 942ec64

Browse files
committed
Test
1 parent e4a450f commit 942ec64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guide/src/macros/impl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ In this example, we're exposing an async Rust HTTP client library called [reqwes
185185
This allows full compatibility with [amphp](https://amphp.org), [PSL](https://github.com/azjezz/psl), [reactphp](https://reactphp.org) and any other async PHP library based on [Revolt](https://revolt.run).
186186

187187
```rust,no_run
188-
use ext_php_rs::prelude::*;
188+
# #![cfg_attr(windows, feature(abi_vectorcall))]
189+
# extern crate ext_php_rs;
190+
# use ext_php_rs::prelude::*;
189191
use php_tokio::EventLoop;
190192
191193
#[php_class]

0 commit comments

Comments
 (0)