We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f332b8 commit a71f07fCopy full SHA for a71f07f
examples/embedded_jvm/src/main.rs
@@ -22,7 +22,7 @@ async fn common_main() -> Result<()> {
22
let cargo_manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
23
let class_path = ClassPath::from(&[cargo_manifest_dir]);
24
let configuration = ConfigurationBuilder::new()
25
- .class_path(class_path.clone())
+ .class_path(class_path)
26
.main_class("HelloWorld")
27
.build()?;
28
let vm = VM::new(configuration).await?;
0 commit comments