imalsogreg commented on a change in pull request #6563:
URL: https://github.com/apache/incubator-tvm/pull/6563#discussion_r497808143



##########
File path: rust/tvm-rt/src/ndarray.rs
##########
@@ -374,28 +430,27 @@ mod tests {
 
     #[test]
     fn basics() {
-        let shape = &mut [1, 2, 3];
+        let shape = &[1, 2, 3];
         let ctx = Context::cpu(0);
+        println!("before empty");

Review comment:
       Yep! They don't bug me, just flagged them in case they were leftovers.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to