Turbopack: Fix accidental doctest in globset module license (#82127)
The code block syntax in a documentation comment is interpreted as a doctest: https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html
Tested with:
```
cargo test -p turbo-tasks-fs
```