Skip to content

Commit 2303ab0

Browse files
jakubkulhanclaude
andcommitted
Fix unused import warning in Rust build
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 69bf4ce commit 2303ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-access-kit-replication/src/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use ext_php_rs::prelude::*;
22
use ext_php_rs::types::Zval;
3-
use ext_php_rs::zend::{self, ce};
3+
use ext_php_rs::zend::ce;
44
use url::Url;
55

66
mod mysql;

0 commit comments

Comments
 (0)