Skip to content
Prev Previous commit
Next Next commit
actually, borrowed refrences can be copied
  • Loading branch information
lostmsu committed Feb 13, 2020
commit e1ba92c4eb0b9194e825799f4596add5d63077e0
1 change: 0 additions & 1 deletion src/runtime/BorrowedReference.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Python.Runtime
{
using System;
[NonCopyable]
ref struct BorrowedReference
{
public IntPtr Pointer;
Expand Down