rust/hg-cpython/rustfmt.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Sep 2019 16:50:48 +0900
changeset 43178 1b2200bd06b6
parent 40965 5532823e8c18
permissions -rw-r--r--
rust-cpython: add safe wrapper representing shared data borrowed from PyObject PySharedRef is a tempoary wrapper around PySharedRefCell. It provides safe functions for each shared data. $shared_accessor implements a safe method to construct PySharedRefCell. This allows us to add more than once PySharedRefCell to a Python object.

max_width = 79
wrap_comments = true
error_on_line_overflow = true