mirror of
https://codeberg.org/icewind/php-literal-parser.git
synced 2026-06-04 02:54:07 +02:00
update miette to 3.0
This commit is contained in:
parent
c06abe0d7e
commit
71427689e7
4 changed files with 15 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use miette::DiagnosticResult;
|
||||
use miette::Result;
|
||||
use php_literal_parser::{from_str, Value};
|
||||
|
||||
fn main() -> DiagnosticResult<()> {
|
||||
fn main() -> Result<()> {
|
||||
let source = r###"
|
||||
array (
|
||||
"double" => "quote",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue