You've already forked interchange
mirror of
https://github.com/trussed-dev/interchange.git
synced 2026-03-11 16:31:34 -07:00
Fix name typo
This commit is contained in:
committed by
Robin Krahl
parent
cc2b153daf
commit
437091916f
@@ -810,7 +810,7 @@ where
|
||||
// Safety: We cannot test this with loom efficiently, but given that `with_response_mut` is tested,
|
||||
// this is likely correct
|
||||
#[cfg(not(loom))]
|
||||
pub fn response(&mut self) -> Result<&mut A, Error> {
|
||||
pub fn response_mut(&mut self) -> Result<&mut A, Error> {
|
||||
if self.transition(State::Requested, State::BuildingResponse)
|
||||
|| self.transition(State::BuildingResponse, State::BuildingResponse)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user